:root {
    --primary-light: #004052;
    --primary-dark: #00212b;
    --primary-light-rgb: 0, 64, 82;
    --primary-dark-rgb: 0, 33, 43;
    --table-header: #f9f9f9;
    --nev-fontcolor: rgba(255, 255, 255, 0.9);
    --table-headerfont:black;
    --nev-hover: #003440;
    --nev-active: #003440;
    --btn-background: #004052;
    --btn-font: #fff;
    --btn-backgroundhover: #00607a;
    --btn-fonthover: #fff;
    --shortcut-menu: #003847;
    --body-background: #e9ebee;
    --title-background: #f9f9f9;

    /* Extended theme variables for complete theming */
    --text-mandatory: #f44336;
    --form-border: #557;
    --glass-background: rgba(255, 255, 255, 0.05);
    --glass-border: rgba(255, 255, 255, 0.1);
    --shadow-light: rgba(0, 0, 0, 0.3);
    --shadow-medium: rgba(0, 0, 0, 0.4);
    --shadow-strong: rgba(0, 0, 0, 0.5);
    --shadow-intense: rgba(0, 0, 0, 0.6);
    --highlight-light: rgba(255, 255, 255, 0.1);
    --highlight-medium: rgba(255, 255, 255, 0.15);
    --ripple-color: rgba(255, 255, 255, 0.2);
    --focus-ring: rgba(0, 64, 82, 0.4);
    --success-color: #4caf50;
    --warning-color: #f59e0b;
    --danger-color: #ef4444;
    --info-color: #3b82f6;
    --light-color: #f8f9fa;
    --dark-color: #374151;

    /* Table border colors */
    --table-border: #003847;
    --table-border-light: #004a5a;
    --table-border-dark: #002b34;
    --table-border-print: #000000;
}
